golang.org/x/tools/go/packages.golistState.getGoVersion (method)

5 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L215: 	if goVersion, err := state.getGoVersion(); err == nil && goVersion < 16 {
		golist.go#L450: 	goVersion, err := state.getGoVersion()
		golist.go#L740: 	goV, err := state.getGoVersion()
		golist.go#L759: func (state *golistState) getGoVersion() (int, error) {
		golist.go#L926: 		goVersion, err := state.getGoVersion()